Documents for PDF .NET Edition
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Common Namespace / ObservableSortedDictionary<TKey,TValue> Class / ContainsKey Method
The key to locate in the ObservableSortedDictionary<TKey,TValue>.

In This Topic
    ContainsKey Method (ObservableSortedDictionary<TKey,TValue>)
    In This Topic
    Determines whether the ObservableSortedDictionary<TKey,TValue> contains an element with the specified key.
    Syntax
    'Declaration
     
    Public Function ContainsKey( _
       ByVal key As TKey _
    ) As System.Boolean
    public System.bool ContainsKey( 
       TKey key
    )

    Parameters

    key
    The key to locate in the ObservableSortedDictionary<TKey,TValue>.
    See Also